.wing1200{
    width: 1200px;
    margin: 0 auto;
}

.newpages{
    padding: 40px 0;
}

.newpagesA:hover{
    color: #1d2736;
}

.newlist-content{
    display: flex;
    align-items: center;
}

.new-list{
    margin-top: 40px;
}

.newlist-li{
    padding: 40px 0;
    background: white;
}

.newlist-li:hover{
    background: #F5F5F5;
}

.newlistA{
    flex: 1;
    display: flex;
}

.newlist-word{
    flex: 1;
    height: fit-content;
    border-right: 1px solid #E5E5E5;
    padding-right: 50px;
}

.newlist-date{
    width: 10%;
    text-align: center;
}

.newlist-d{
    font-size: 60px;
    color: #1d2736;
    line-height: 1;
}

.newlis-Ym{
    font-size: 18px;
    color: #8E939A;
}

.newlist-title{
    font-size: 24px;
    color: #1d2736;
    font-weight: bold;
    transition: all 0.3s;
}

.newlist-desc{
    font-size: 16px;
    line-height: 32px;
    color: #A8AAAD;
    margin-top: 20px;
    margin-bottom: 18px;
}

.newlist-detail{
    font-size: 18px;
    color: #1d2736;
    transition: all 0.3s;
}

.newlist-ico{
    width: 400px;
    display: none;
}

.newlist-ico img{
    width: 100%;
}

.newlist-content:hover .newlist-title{
    color: #e6212a;
}

.newlist-content:hover .newlist-detail{
    color: #e6212a;
}

.newpages-container{
    width: 100%;
    background-color: #F5F5F5;
    padding-bottom: 60px;
}

.newbody-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newbody-back{
    display: flex;
    align-items: center;
}

.newbody-back a{
    color: #666;
    margin-left: 10px;
}

.newbody-back:hover a{
    color: #e6252e;
}

.newbody-bottom{
    display: flex;
    justify-content: space-between;
}

.newbody-left{
    width: 67%;
    background: white;
    padding: 20px;
}

.newbody-right{
    flex: 1;
    height: fit-content;
    margin-left: 30px;
    background: white;
    padding: 20px;
}

.newbody-title{
    padding: 40px 20px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}

.newbody-p1{
    padding-bottom: 10px;
    color: #333;
    font-weight: normal;
    font-size: 24px;
}

.newbody-p2{
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F2F5;
    color: #a3afb7;
}

.newbody-content{
    color: #666;
    line-height: 26px;
    padding: 10px 0;
}

.newbody-hot{
    height: 42px;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 42px;
    border-bottom: 1px #f1f1f1 solid;
}

.newbodyA{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px #f1f1f1 solid;
}

.newbodyl{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.newbodyr{
    flex: 1;
    margin-left: 20px;
}

.newbodyl img{
    max-width: 100%;
    max-height: 100%;
}

.newbodyr-title{
    color: #333;
    padding-bottom: 10px;
}

.newbodyr-visit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 12px;
    font-style: italic;
}

.visitd{
    display: flex;
    align-items: center;
}

.visitd img{
    width: 20px;
    margin-right: 10px;
}

.newbody-li:last-child .newbodyA{
    border-bottom: 0;
}